Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 90539caee9bb57391b6157215592338b2298fb6a


Parents : 3f7a6a8
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-11-17T17:04:54+01:00

Cleanup

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M Remote.h +1 -1

Diff

diff --git a/Remote.h b/Remote.h
index 9721148..7d3ccdc 100644
--- a/Remote.h
+++ b/Remote.h
@@ -32,7 +32,7 @@
uint32_t wifi_update_interval_ms = WIFI_UPDATE_INTERVAL_MS;
uint32_t last_wifi_update = 0;
-WiFiClient connection = NULL;
+WiFiClient connection;
WiFiServer remote_listener(7633);
IPAddress ap_ip(10, 0, 0, 1);
IPAddress ap_nm(255, 255, 255, 0);


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────